.banner {
    margin: 0 auto;
    cursor: pointer;
	border-radius: 4px;
}

.slide-container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.unslider {
    position: relative;
	width: 1000px;
}

.unslider-arrow {
    position: absolute;
    background: transparent no-repeat center;
    text-indent: -9999em;
}

.prev,.next {
    display: n-one;
    top: 0;
    /*margin-top: -4px;*/
    /*left: 50%;*/
    width: 13px;
    height: 100%;
    padding:0 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.prev {
    left:0;
    background-position: 30px center;
    background-image: url("../images/svg/left_arrow.svg");
}

.prev:hover {
    background-image: url("../images/svg/left_arrowhover.svg");
}

.next {
    right:0;
    background-position:66px center;
    background-image: url("../images/svg/right_arrow.svg");
}

.next:hover {
    background-image: url("../images/svg/right_arrowhover.svg");
}

.unslider-nav {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.unslider-nav > ol {
    *zoom: 1;
    margin: 0 auto;
}

.unslider-nav > ol:before, .unslider-nav > ol:after {
    content: "";
    display: table;
}

.unslider-nav > ol:after {
    clear: both;
}

.unslider-nav li {
    float: left;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: -999em;
}

.unslider-nav .unslider-active {
    background-color: #fc583d;
}

.slider {
    margin: 0 auto;
}


/*首页滚动图*/
.ue_vt {width:1200px;margin:0 auto;position:relative;}
.ue_c {width:1200px;margin:0 auto;position:relative;overflow: hidden;}
.slider {width:700px;float: left;margin-left: 200px;}
.slide-container {width:700px;}
.slide-container .slide {float: left;width:700px;max-height: 300px;position: relative;}
.slide-container .slide a{width: 700px;height: 300px;display: inline-block;}
.main-wrapper .slider-adv li img {width:700px;border-radius: 4px;}
.unslider {width:700px;}

.picture-ba-center {
    background-image: linear-gradient(180deg,rgba(0,0,0,.05) 45%,rgba(0,0,0,.8) 100%);
    height: 100%;
    bottom: 0;
    position: absolute;
    top: 0;
	border-radius: 4px;
    width: 700px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.picture-ba-right {
    background-image: linear-gradient(180deg,rgba(0,0,0,.05) 45%,rgba(0,0,0,.6) 100%);
    height: 100%;
    bottom: 0;
	border-radius: 4px;
    position: absolute;
    top: 0;
    width: 100%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.slide a:hover .picture-ba-center, .poiuy_top_index a:hover .picture-ba-right{
    opacity: .7;
    zoom: 1;
}
.banner-title-center {
    font-size: 26px;
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    color: #fff;
    box-sizing: border-box;
    line-height: 1.4;
}
.banner-title-right-1 {
    font-size: 16px;
    position: absolute;
    top: 85px;
    padding: 0 20px;
    color: #fff;
	text-align: justify;
    box-sizing: border-box;
    line-height: 1.4;
}
.banner-title-right-2 {
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    padding: 0 20px;
    color: #fff;
	text-align: justify;
    box-sizing: border-box;
    line-height: 1.4;
}